inherited TextFormatGrammarFrame: TTextFormatGrammarFrame HelpType = htKeyword HelpKeyword = 'Text_Format_Grammar_Settings' Caption = 'Grammar' object LB: TUiListBox Tag = 1 Left = 8 Top = 8 Width = 401 Height = 126 DragMode = dmAutomatic ItemHeight = 13 ParentShowHint = False ShowHint = False TabOrder = 0 OnClick = LBClick OnDblClick = EditClick OnDragDrop = LBDragDrop OnDragOver = LBDragOver OnKeyDown = LBKeyDown end object NewBtn: TUiButton Left = 8 Top = 136 Caption = '&New...' TabOrder = 1 OnClick = NewClick AutoSize = asLeft MinWidth = 0 end object CloneBtn: TUiButton Left = 55 Top = 136 Caption = '&Clone...' TabOrder = 2 OnClick = CloneClick AutoSize = asLeft MinWidth = 0 end object EditBtn: TUiButton Left = 107 Top = 136 Caption = '&Edit...' TabOrder = 3 OnClick = EditClick AutoSize = asLeft MinWidth = 0 end object MoveUpBtn: TUiBitBtn Left = 150 Top = 136 Width = 24 Hint = 'Move Up' TabOrder = 4 OnClick = MoveUpClick ImageIndex = imgUp Images = BcImages.MainImages end object MoveDownBtn: TUiBitBtn Left = 174 Top = 136 Width = 24 Hint = 'Move Down' TabOrder = 5 OnClick = MoveDownClick ImageIndex = imgDown Images = BcImages.MainImages end object DeleteBtn: TUiButton Left = 198 Top = 136 Caption = '&Delete' TabOrder = 6 OnClick = DeleteClick AutoSize = asLeft MinWidth = 0 end object WeightsGroupBox: TUiGroupBox Left = 8 Top = 168 Width = 401 Height = 113 Caption = 'Line weights' TabOrder = 7 object WeightsTable: TUiListTable Left = 8 Top = 20 Width = 301 Height = 85 DragMode = dmAutomatic HeaderCols.Items = ( '220' '90') HeaderCols.WideStrings = ( 'Text matching' 'Priority') HeaderHeight = 19 TabOrder = 0 VertLines = True WantReturns = True OnAllowDeleteItem = WeightsTableAllowDeleteItem OnDblClick = WeightsEditClick OnDeleteItem = WeightsTableDeleteItem OnGetDisplayUtf8Text = WeightsTableGetDisplayUtf8Text OnInsertItem = WeightsTableInsertItem OnItemsDeleted = WeightsTableItemsDeleted end object WeightsNewBtn: TUiButton Left = 320 Top = 20 Caption = 'New...' TabOrder = 1 OnClick = WeightsNewClick end object WeightsEditBtn: TUiButton Left = 320 Top = 44 Caption = 'Edit...' TabOrder = 2 OnClick = WeightsEditClick end object WeightsDeleteBtn: TUiButton Left = 320 Top = 68 Caption = 'Delete' TabOrder = 3 OnClick = WeightsDeleteClick end end end